home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 401_500 / DISK0490 / DISK0490.ZIP / VDEL.DOC < prev    next >
Text File  |  1986-04-02  |  824b  |  20 lines

  1. VDEL.COM
  2.  
  3.         VDEL is a program which allows selective deletion of files.
  4.  
  5.         INVOKING THE PROGRAM:  VDEL may be invoked by typing
  6. 'VDEL fname.ext' at the command prompt.  Wildcards may (and usually will)
  7. be used, i.e. 'VDEL *.ASM'.
  8.  
  9.         If any matching files are found, VDEL will display the name of
  10. the file, and ask if it should be deleted.  Pressing 'Y' or 'y' will
  11. delete the file. Pressing ESC stops the program.  Any other key will
  12. leave the file alone and continue asking about other matching files.
  13.  
  14.         I strongly encourage you to use VDEL instead of DEL or ERASE
  15. when doing wild-card deletions.  It is too easy to accidentally delete
  16. a file you wanted to keep when using the normal DOS commands.
  17.  
  18.         LIMITATIONS: VDEL should be transportable to any MS-DOS system.
  19.  
  20.